include $(TOPDIR)/rules.mk in the image makefiles

SVN-Revision: 4036
master
Felix Fietkau 19 years ago
parent fb710194e7
commit 6449bbd082
  1. 1
      openwrt/target/linux/image/ar7/Makefile
  2. 1
      openwrt/target/linux/image/aruba/Makefile
  3. 1
      openwrt/target/linux/image/au1000/Makefile
  4. 1
      openwrt/target/linux/image/brcm/Makefile
  5. 1
      openwrt/target/linux/image/generic/Makefile
  6. 1
      openwrt/target/linux/image/rb532/Makefile
  7. 1
      openwrt/target/linux/image/x86/Makefile
  8. 1
      openwrt/target/linux/image/xscale/Makefile

@ -1,3 +1,4 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
PKG_BUILD_DIR:=$(BUILD_DIR)/ar7loader

@ -1,3 +1,4 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
LOADADDR = 0x81000000 # RAM start + 16M

@ -1,3 +1,4 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
LOADADDR = 0x8108c8f4 # RAM start + 16M

@ -1,3 +1,4 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
define Build/Compile

@ -1,3 +1,4 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
# use default targets for everything

@ -1,3 +1,4 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
LOADADDR = 0x81000000 # RAM start + 16M

@ -1,3 +1,4 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
define Image/Build

@ -1,3 +1,4 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
define Image/Build

Loading…
Cancel
Save