git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
10 lines
208 B
Makefile
10 lines
208 B
Makefile
ccflags-y += -D__CHECK_ENDIAN__
|
|
|
|
obj-$(CONFIG_MT7601U) += mt7601u.o
|
|
|
|
mt7601u-objs = \
|
|
usb.o init.o main.o mcu.o trace.o dma.o core.o eeprom.o phy.o \
|
|
mac.o util.o debugfs.o tx.o
|
|
|
|
CFLAGS_trace.o := -I$(src)
|