aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules.d/tools/objtool/Makefile
blob: 532e5b79348885020222d305dde316fe8781d456 (plain)
1
2
3
4
5
6
7
8
9
include $(top_rulesdir)/Makefile.inc

all:
# For now, only supported target architecture is x86.  Later we'll need to build
# for multiple targets and add a wrapper, same as for modpost.
	$(MAKE) -C $(top_srcdir)/tools/objtool O=$(CURDIR) ARCH=x86

install:
	install -D -m755 objtool $(DESTDIR)/$(installdir)/objtool