blob: 753854a980b11cd7d405255e21078433db9a21e0 [file] [log] [blame]
Suruchi Agarwal2f098c92021-09-21 16:16:38 -07001# Makefile for the sfe modules
2
3ccflags-y := -I$(obj) -I$(obj)/..
4
5
6obj-$(simulated-driver)+= simulated-driver/
7obj-$(shortcut-fe)+=shortcut-fe/
8
9obj ?= .