mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 23:03:06 +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
|