mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 18:54:04 +02:00
Don't reference non existing file
This commit is contained in:
parent
093af2c9c4
commit
9b6b004c29
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# Object file lists.
|
# Object file lists.
|
||||||
|
|
||||||
obj-y += prom.o irq.o time2.o reset.o setup.o dma.o \
|
obj-y += prom.o irq.o time.o reset.o setup.o dma.o \
|
||||||
gpio.o clock.o platform.o
|
gpio.o clock.o platform.o
|
||||||
|
|
||||||
obj-$(CONFIG_PROC_FS) += proc.o
|
obj-$(CONFIG_PROC_FS) += proc.o
|
||||||
|
Loading…
Reference in New Issue
Block a user