PageRenderTime 25ms CodeModel.GetById 21ms app.highlight 3ms RepoModel.GetById 1ms app.codeStats 0ms

/drivers/staging/westbridge/astoria/gadget/Makefile

https://bitbucket.org/wisechild/galaxy-nexus
Makefile | 11 lines | 5 code | 3 blank | 3 comment | 0 complexity | 8a2cf5fbd9e54eb988bc7bc952c2ce76 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
 1#
 2# Makefile for the kernel westbridge hal
 3#
 4
 5ifneq ($(CONFIG_WESTBRIDGE_DEBUG),y)
 6	EXTRA_CFLAGS		+= -DWESTBRIDGE_NDEBUG
 7endif
 8
 9obj-$(CONFIG_WESTBRIDGE_GADGET_DRIVER)  += cyasgadgetctrl.o
10cyasgadgetctrl-y		:= cyasgadget.o
11