diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-12 01:45:59 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-12 01:45:59 +0000 |
commit | 91244ebf6b83c3e461b987b2f69f8dc4a3df0078 (patch) | |
tree | 2a052c70a610c9dd3774a0d0c2df50d16e1b4229 /package/mtd/src/Makefile | |
parent | 3caab973533fa2775fa5dca7975c1d6d8141b934 (diff) |
fix mtd compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5505 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mtd/src/Makefile')
-rw-r--r-- | package/mtd/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mtd/src/Makefile b/package/mtd/src/Makefile index b9f256ad0..99e3ad792 100644 --- a/package/mtd/src/Makefile +++ b/package/mtd/src/Makefile @@ -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 $@ $^ |