Skip to content

Commit

Permalink
Build and install rules added for evdev_trace tool
Browse files Browse the repository at this point in the history
  • Loading branch information
spiiroin committed Jan 31, 2013
1 parent e105896 commit ee4bc86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -150,6 +150,7 @@ MODULES += $(MODULE_DIR)/powersavemode.so

# Tools to build
TOOLS += $(TOOLDIR)/mcetool
TOOLS += $(TOOLDIR)/evdev_trace

# Testapps to build
TESTS += $(TESTSDIR)/mcetorture
Expand Down Expand Up @@ -347,6 +348,10 @@ $(TOOLDIR)/mcetool : CFLAGS += $(TOOLS_CFLAGS)
$(TOOLDIR)/mcetool : LDLIBS += $(TOOLS_LDLIBS)
$(TOOLDIR)/mcetool : $(TOOLDIR)/mcetool.o

$(TOOLDIR)/evdev_trace : CFLAGS += $(TOOLS_CFLAGS)
$(TOOLDIR)/evdev_trace : LDLIBS += $(TOOLS_LDLIBS)
$(TOOLDIR)/evdev_trace : $(TOOLDIR)/evdev_trace.o evdev.o

# ----------------------------------------------------------------------------
# TESTS
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit ee4bc86

Please sign in to comment.