Skip to content

Commit

Permalink
fix make br-menuconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
smoser committed May 17, 2015
1 parent c729cf4 commit c9a09e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -18,6 +18,7 @@ BR2_CCACHE_DIR = $(OUT_D)/ccache

BR_MAKE = cd $(BR_D) && mkdir -p "$(TMPDIR)" && \
make O=$(BR_OUT_D) BR2_DL_DIR=$(DL_D) \
BR2_CONFIG=$(BR_OUT_D)/.config \
BUSYBOX_CONFIG_FILE=$(BR_OUT_D)/busybox.config \
BR2_CCACHE_DIR=$(BR2_CCACHE_DIR)

Expand Down

0 comments on commit c9a09e0

Please sign in to comment.