Skip to content

Commit

Permalink
exclude build firmwareheaders, update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Ulli Kroll <[email protected]>
  • Loading branch information
Hans Ulli Kroll committed Aug 22, 2016
1 parent 61b0a5b commit 698c780
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4,930 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*.cm
Module.symvers
modules.order
rtl8821au.mod.c
.tmp_versions
tools/bin2h
include/mcu/mt7610_firmware.h
include/mcu/mt7650_firmware.h
mt7610u.mod.c
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ TARGET = LINUX
# rt8592(for rt85592), mt7650e, mt7630e, mt7610e, mt7650u, mt7630u, mt7610u

ifeq ($(CHIPSET),)
CHIPSET = mt7610u
CHIPSET = mt7610u mt7630u mt7650u
endif

MODULE = $(word 1, $(CHIPSET))
Expand Down Expand Up @@ -793,6 +793,7 @@ clean:
rm -f */*/*.{o,ko,mod.{o,c}}
rm -f */*/.*.{cmd,flags,d}
rm -fr .tmp_versions
rm -f include/mcu/mt76*
#Must clean Module.symvers; or you will suffer symbol version not match
#when OS_ABL = YES.
rm -f Module.symvers
Expand Down
Loading

0 comments on commit 698c780

Please sign in to comment.