mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 23:32:17 +00:00
7 lines
228 B
Makefile
7 lines
228 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_ATMEL) += atmel.o
|
|
obj-$(CONFIG_PCI_ATMEL) += atmel_pci.o
|
|
obj-$(CONFIG_PCMCIA_ATMEL) += atmel_cs.o
|
|
|
|
obj-$(CONFIG_AT76C50X_USB) += at76c50x-usb.o
|