diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-17 09:59:09 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-17 09:59:09 +0000 |
commit | 868a97c156a2cc6fa326bc67cedb2d7a5260023f (patch) | |
tree | 9f8f918b60ef6460b63538c872fd66f8e4a8d07e /package/spi-ks8995/src/Makefile | |
parent | d3f4ff8b1474ba31c36d10cdefcf4dfd2abdbf41 (diff) |
[package] add a driver for the KS8995 ethernet switch, will be usable to control the switch on some boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10851 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/spi-ks8995/src/Makefile')
-rw-r--r-- | package/spi-ks8995/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/spi-ks8995/src/Makefile b/package/spi-ks8995/src/Makefile new file mode 100644 index 000000000..810c3bd1d --- /dev/null +++ b/package/spi-ks8995/src/Makefile @@ -0,0 +1 @@ +obj-${CONFIG_SPI_KS8995} += spi_ks8995.o
\ No newline at end of file |