mirror of
https://github.com/torvalds/linux.git
synced 2024-12-16 16:12:52 +00:00
11 lines
97 B
Makefile
11 lines
97 B
Makefile
|
|
||
|
obj-y := \
|
||
|
prom.o \
|
||
|
setup.o \
|
||
|
memory.o \
|
||
|
irq.o \
|
||
|
time.o \
|
||
|
platform.o \
|
||
|
gpio.o \
|
||
|
clock.o
|