Print this page
16446 dtrace consumers should not be isaexec'd
Change-Id: Ibf80c7283c421cba98e80dce272c6dd51d24bb87

@@ -26,26 +26,22 @@
 
 PROG = powertop
 
 include ../Makefile.cmd
 
-$(64ONLY)SUBDIRS        = $(MACH)
-$(BUILD64)SUBDIRS       += $(MACH64)
+SUBDIRS += $(MACH64)
 
 all     :=      TARGET = all
 install :=      TARGET = install
 clean   :=      TARGET = clean
 clobber :=      TARGET = clobber
-lint    :=      TARGET = lint
 
 .KEEP_STATE:
 
-all clean clobber lint: $(SUBDIRS)
+all clean clobber install:      $(SUBDIRS)
 
 install:        $(SUBDIRS)
-        -$(RM) $(ROOTPROG)
-        -$(LN) $(ISAEXEC) $(ROOTPROG)
 
 $(SUBDIRS):     FRC
         @cd $@; pwd; $(MAKE) $(TARGET)
 
 FRC: