diff options
Diffstat (limited to 'drivers/misc/eqos_ape/Makefile')
-rw-r--r-- | drivers/misc/eqos_ape/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/misc/eqos_ape/Makefile b/drivers/misc/eqos_ape/Makefile new file mode 100644 index 000000000..7d7872042 --- /dev/null +++ b/drivers/misc/eqos_ape/Makefile | |||
@@ -0,0 +1,20 @@ | |||
1 | # | ||
2 | # drivers/misc/eqos_ape/Makefile | ||
3 | # | ||
4 | # This program is free software; you can redistribute it and/or modify it | ||
5 | # under the terms and conditions of the GNU General Public License, | ||
6 | # version 2, as published by the Free Software Foundation. | ||
7 | # | ||
8 | # This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | # more details. | ||
12 | # | ||
13 | # Copyright (c) 2015-2017, NVIDIA CORPORATION. All rights reserved. | ||
14 | # | ||
15 | |||
16 | obj-$(CONFIG_EQOS_APE_HWDEP) := eqos_ape.o | ||
17 | |||
18 | eqos_ape-objs := \ | ||
19 | eqos_ape_amisc.o \ | ||
20 | eqos_ape_ioctl.o | ||