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