diff options
Diffstat (limited to 'drivers/scp/Makefile')
-rwxr-xr-x | drivers/scp/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/scp/Makefile b/drivers/scp/Makefile new file mode 100755 index 00000000000..8fa43d08906 --- /dev/null +++ b/drivers/scp/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the kernel spi bus driver. +# +amcc_scp-objs := scp-dev.o spi_eeprom.o +obj-$(CONFIG_SCP) += amcc_scp.o |