Print this page
7192 Remove SPARC-only ONLY64 option
*** 19,34 ****
# CDDL HEADER END
#
# Copyright (c) 2008-2009, Intel Corporation.
# All Rights Reserved.
#
PROG = latencytop
include ../Makefile.cmd
! $(64ONLY)SUBDIRS= $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET = all
install := TARGET = install
clean := TARGET = clean
--- 19,37 ----
# CDDL HEADER END
#
# Copyright (c) 2008-2009, Intel Corporation.
# All Rights Reserved.
#
+ # Copyright 2016 RackTop Systems.
+ #
PROG = latencytop
include ../Makefile.cmd
! SUBDIRS =
! $(INTEL_BLD)SUBDIRS += $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET = all
install := TARGET = install
clean := TARGET = clean