mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-14 14:59:42 +02:00
fe2aef1465
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30680 3c298f89-4303-0410-b956-a3cf2f4a3e73
10 lines
181 B
Makefile
10 lines
181 B
Makefile
#
|
|
# Makefile for the Ramips SoCs built-in ethernet macs
|
|
#
|
|
|
|
ramips-y += ramips_main.o
|
|
|
|
ramips-$(CONFIG_NET_RAMIPS_DEBUG_FS) += ramips_debugfs.o
|
|
|
|
obj-$(CONFIG_NET_RAMIPS) += ramips.o
|