Skip to content

Commit

Permalink
V1.0.1.52_GPL
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-chambers committed Oct 29, 2021
1 parent ce33b96 commit 7f6755c
Show file tree
Hide file tree
Showing 11,187 changed files with 5,478,551 additions and 61,797 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
15 changes: 6 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,21 @@ export FXCN_FW_FEATURES
default:
ifeq ($(FXCN_FW_FEATURES),1)
ifeq ($(PROFILE),RAX220)
rm -rf RAX220/fs.install RAX220/modules;
rm -rf targets/RAX220/fs.install targets/RAX220/modules;
tar zxvf ori_RAXE500_prebuild.tar.gz -C targets/RAX220/
tar zxvf ori_RAXE500_prebuild.tar.gz -C RAX220/
tar zxvf ori_RAX220_prebuild.tar.gz -C targets/RAX220/
tar zxvf ori_RAX220_prebuild.tar.gz -C RAX220/
endif
./sdk_link.sh $(PROFILE)
# ./sdk_link.sh $(PROFILE)
endif
$(MAKE) -f build/Makefile -j$(ACTUAL_MAX_JOBS) $(MAKEOVERRIDES) $(MAKECMDGOALS)
ifeq ($(FXCN_FW_FEATURES),1)
$(MAKE) -f build/Makefile -j$(ACTUAL_MAX_JOBS) pre_buildimage
$(MAKE) -f build/Makefile gpl
# $(MAKE) -f build/Makefile acos
$(MAKE) -f build/Makefile -j$(ACTUAL_MAX_JOBS) just_buildimage
$(MAKE) -f build/Makefile acos
ifeq ($(PROFILE),RAX220)
rm -rf targets/RAX220/fs.install targets/RAX220/modules;
tar zxvf ori_RAXE500_prebuild.tar.gz -C targets/RAX220/
tar zxvf ori_RAX220_prebuild.tar.gz -C targets/RAX220/
endif
# $(MAKE) -f build/Makefile -j$(ACTUAL_MAX_JOBS) buildimage
$(MAKE) -f build/Makefile -j$(ACTUAL_MAX_JOBS) just_buildimage
endif #FXCN_FW_FEATURES

$(MAKECMDGOALS):
Expand Down
Loading

0 comments on commit 7f6755c

Please sign in to comment.