7 lines
144 B
Makefile
7 lines
144 B
Makefile
|
#
|
||
|
# Makefile for network aware management
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_HW_NETWORK_AWARE) += aware_uid_fs.o
|
||
|
obj-$(CONFIG_HW_NETWORK_AWARE) += network_aware.o
|