Dave Hudson | 87973cd | 2013-10-22 16:00:04 +0100 | [diff] [blame] | 1 | # |
Matthew McClintock | a322194 | 2014-01-16 11:44:26 -0600 | [diff] [blame] | 2 | # Copyright (c) 2013 Qualcomm Atheros, Inc. |
3 | # | ||||
4 | # All Rights Reserved. | ||||
5 | # Qualcomm Atheros Confidential and Proprietary. | ||||
6 | # | ||||
Dave Hudson | 87973cd | 2013-10-22 16:00:04 +0100 | [diff] [blame] | 7 | # Makefile for Shortcut FE. |
8 | # | ||||
9 | |||||
Dave Hudson | dcd08fb | 2013-11-22 09:25:16 -0600 | [diff] [blame] | 10 | obj-m += shortcut-fe.o |
11 | obj-m += shortcut-fe-cm.o | ||||
Dave Hudson | 87973cd | 2013-10-22 16:00:04 +0100 | [diff] [blame] | 12 | |
Dave Hudson | dcd08fb | 2013-11-22 09:25:16 -0600 | [diff] [blame] | 13 | shortcut-fe-objs := \ |
Dave Hudson | 87973cd | 2013-10-22 16:00:04 +0100 | [diff] [blame] | 14 | sfe_ipv4.o |
Dave Hudson | dcd08fb | 2013-11-22 09:25:16 -0600 | [diff] [blame] | 15 | |
16 | shortcut-fe-cm-objs := \ | ||||
17 | sfe_cm.o | ||||
18 |