Fresh fixes for rdc from sn9, thanks !
[openwrt.git] / package / mtd / src / Makefile
index b9f256a..99e3ad7 100644 (file)
@@ -3,7 +3,7 @@
 all: mtd
 
 %.o: %.c
-       $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $^
+       $(CC) -I. $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $^
 
 mtd: mtd.o
        $(CC) -o $@ $^
This page took 0.020267 seconds and 4 git commands to generate.