mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 23:32:17 +00:00
9 lines
245 B
Makefile
9 lines
245 B
Makefile
obj-$(CONFIG_DELL_WMI_SYSMAN) += dell-wmi-sysman.o
|
|
dell-wmi-sysman-objs := sysman.o \
|
|
enum-attributes.o \
|
|
int-attributes.o \
|
|
string-attributes.o \
|
|
passobj-attributes.o \
|
|
biosattr-interface.o \
|
|
passwordattr-interface.o
|