~smoser/cirros/trunk.letsplay2

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Scott Moser
  • Date: 2015-05-17 18:43:50 UTC
  • Revision ID: smoser@brickies.net-20150517184350-mhn75ae6uwakohgx
fix make br-menuconfig

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
BR_MAKE = cd $(BR_D) && mkdir -p "$(TMPDIR)" && \
20
20
   make O=$(BR_OUT_D) BR2_DL_DIR=$(DL_D) \
 
21
   BR2_CONFIG=$(BR_OUT_D)/.config \
21
22
   BUSYBOX_CONFIG_FILE=$(BR_OUT_D)/busybox.config \
22
23
   BR2_CCACHE_DIR=$(BR2_CCACHE_DIR)
23
24