1 2 3 4 5
# # Makefile for the kernel spi bus driver. # amcc_scp-objs := scp-dev.o spi_eeprom.o obj-$(CONFIG_SCP) += amcc_scp.o