Skip to content

Commit

Permalink
build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-chambers committed Nov 8, 2021
1 parent f0d51cc commit 917c693
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
*.po
*.tmp
objs/
.deps/
.dirstamp
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,19 @@ export FXCN_FW_FEATURES
PROFILE:=RAX220
export PROFILE

export V

default:
mkdir -p targets/$(PROFILE)/
mkdir -p $(PROFILE) targets/$(PROFILE)/
cp -ralf prebuilt/* targets/$(PROFILE)/
mkdir -p $(PROFILE)/
cp -ralf prebuilt/* $(PROFILE)/
# ./sdk_link.sh $(PROFILE)
$(MAKE) -f build/Makefile -j$(ACTUAL_MAX_JOBS) $(MAKEOVERRIDES) $(MAKECMDGOALS)
$(MAKE) -f build/Makefile -j$(ACTUAL_MAX_JOBS) pre_buildimage
$(MAKE) -f build/Makefile gpl
$(MAKE) -f build/Makefile acos
rm -rf targets/$(PROFILE)/fs.install targets/$(PROFILE)/modules;
cp -ralr prebuilt/* targets/$(PROFILE)/
# rm -rf targets/$(PROFILE)/fs.install targets/$(PROFILE)/modules
# cp -ralf prebuilt/* targets/$(PROFILE)/
$(MAKE) -f build/Makefile -j$(ACTUAL_MAX_JOBS) just_buildimage

$(MAKECMDGOALS):
Expand Down

0 comments on commit 917c693

Please sign in to comment.