Makefile 92 B

123456
  1. CC = $(CROSS_COMPILE)gcc
  2. all: spidev_test spidev_fdx
  3. clean:
  4. $(RM) spidev_test spidev_fdx