Skip to content

Commit

Permalink
Automatic rewrite of compiler prefix in both busybox and kernel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Viktorin committed Jun 5, 2012
1 parent a14701e commit 7ed8374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.configure
Expand Up @@ -11,11 +11,11 @@ configure-fini:

KERNEL_CONFIGURE ?= oldconfig
kernel-configure = $(TOOLCHAIN_ENV) $(MAKE) -C $(KERNEL_PATH) ARCH=microblaze $(KERNEL_CONFIGURE)
kconfig-install = $(UTIL_PATH)/config-install.sh $(CFG_PATH)/$(1) $(KERNEL_PATH)
kconfig-install = $(UTIL_PATH)/config-install.sh $(CFG_PATH)/$(1) $(KERNEL_PATH) CONFIG_CROSS_COMPILE $(TOOLCHAIN_CROSS)

BUSYBOX_CONFIGURE ?= oldconfig
busybox-configure = $(TOOLCHAIN_ENV) $(MAKE) -C $(BUSYBOX_PATH) ARCH=microblaze $(BUSYBOX_CONFIGURE)
bbconfig-install = $(UTIL_PATH)/config-install.sh $(CFG_PATH)/$(1) $(BUSYBOX_PATH)
bbconfig-install = $(UTIL_PATH)/config-install.sh $(CFG_PATH)/$(1) $(BUSYBOX_PATH) CONFIG_CROSS_COMPILER_PREFIX $(TOOLCHAIN_CROSS)

# Kernel & Busybox configuration

Expand Down

0 comments on commit 7ed8374

Please sign in to comment.