Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
#
# Makefile for the Intel's E100 ethernet driver
#

O_TARGET := e100.o

obj-y	 :=	e100_main.o e100_config.o e100_phy.o \
		e100_eeprom.o e100_test.o
obj-m	 := $(O_TARGET)

include $(TOPDIR)/Rules.make