mirror of
https://github.com/schoebel/mars
synced 2025-01-27 09:44:41 +00:00
13 lines
277 B
Makefile
13 lines
277 B
Makefile
|
#
|
||
|
# Makefile for MARS
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_MARS) += mars_generic.o
|
||
|
obj-$(CONFIG_MARS_DUMMY) += mars_dummy.o
|
||
|
obj-$(CONFIG_MARS_IF_DEVICE) += mars_if_device.o
|
||
|
obj-$(CONFIG_MARS_DEVICE_SYNC) += mars_device_sync.o
|
||
|
|
||
|
obj-$(CONFIG_MARS_TEST) += mars_test.o
|
||
|
|
||
|
#mars-objs := mars_generic.o
|