aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_supernova/module.mk
blob: 7827acdd38d9d8611df10cb2664814e94f7adb4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MODULE := devtools/create_supernova

MODULE_OBJS := \
        file.o \
        po_parser.o \
        create_supernova.o

# Set the name of the executable
TOOL_EXECUTABLE := create_supernova

# Include common rules
include $(srcdir)/rules.mk

include $(srcdir)/devtools/create_supernova/create_image/module.mk
.PHONY: $(srcdir)/devtools/create_supernova/create_image/module.mk