diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 03:13:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 03:13:25 +0000 |
commit | 5ba3b2085b8346ff0a9b73e836af3646c51e42e4 (patch) | |
tree | f5f0de10f6bffcf6c9971cdb4c8274ff8f7f6592 /target/linux/image/au1000 | |
parent | cf846881e7560ca7391727d2de2478d065d9d50a (diff) | |
download | upstream-5ba3b2085b8346ff0a9b73e836af3646c51e42e4.tar.gz upstream-5ba3b2085b8346ff0a9b73e836af3646c51e42e4.tar.bz2 upstream-5ba3b2085b8346ff0a9b73e836af3646c51e42e4.zip |
include $(TOPDIR)/rules.mk in the image makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4036 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image/au1000')
-rw-r--r-- | target/linux/image/au1000/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/image/au1000/Makefile b/target/linux/image/au1000/Makefile index 956d6738e3..3aaf665ca9 100644 --- a/target/linux/image/au1000/Makefile +++ b/target/linux/image/au1000/Makefile @@ -1,3 +1,4 @@ +include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk LOADADDR = 0x8108c8f4 # RAM start + 16M |