dashboard
repositories
filestore
activity
search
login
main
/
sama5d4
SAMA5D4 Xplained Ultra Board BSP
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update linux-bsp build shell script, fix u-boot update crosstool bug
guowenxue
2019-08-27
69d0972fa8b82065a67566b74ecae8585d9c68c1
[sama5d4.git]
/
linux-bsp
/
drivers
/
mt7601u-sta
/
Makefile
1
2
3
4
5
6
7
8
9
10
KDIR ?= ../../linux-at91/
CROSS_COMPILE=/opt/buildroot/cortex-a5/bin/arm-linux-
default:
$(MAKE) -C $(KDIR) M=$$PWD
clean:
$(MAKE) -C $(KDIR) M=$$PWD clean
install:
$(MAKE) -C $(KDIR) M=$$PWD modules_install