1
0
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:
Lars-Peter Clausen 2009-12-01 11:40:04 +01:00
parent 093af2c9c4
commit 9b6b004c29

View File

@ -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