4 lines
93 B
Makefile
4 lines
93 B
Makefile
obj-$(CONFIG_ALX) += alx.o
|
|
alx-objs := main.o ethtool.o hw.o
|
|
ccflags-y += -D__CHECK_ENDIAN__
|