Makefile 93 B

123
  1. obj-$(CONFIG_ALX) += alx.o
  2. alx-objs := main.o ethtool.o hw.o
  3. ccflags-y += -D__CHECK_ENDIAN__