
# name of the final module's object file.
O_TARGET := stamfs_nomount.o

# object files comprising the module.
MODULE_OBJECTS  := stamfs_main.o stamfs_util.o

include ../Makefile.common

