summaryrefslogtreecommitdiff
path: root/Services/SystemMenu/Makefile
blob: 58a9369e16d95b1d0d333855c8e33ca08eac340f (plain)
1
2
3
4
5
6
7
8
9
OBJS = \
    main.o \
	PowerDialog.o

PROGRAM = SystemMenu

LIB_DEPS = GUI Gfx IPC Core

include ../../Makefile.common