https://github.com/torvalds/linux
Raw File
Tip revision: d47d367036be38c5180632ec8a3ad169a4593a88 authored by Siarhei Siamashka on 20 February 2015, 05:29:59 UTC
arm: Use top 4 bits of machine id for u-boot compatibility check
Tip revision: d47d367
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
obj-$(subst m,y,$(CONFIG_IPX))		+= pe2.o
obj-$(subst m,y,$(CONFIG_ATALK))	+= pe2.o
back to top