From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH/RFC] Add cmd_wrap_dts rules to arch/powerpc/boot/Makefile From: Matthew McClintock To: "Mark A. Greer" In-Reply-To: <1161237001.4992.5.camel@localhost> References: <20061019002635.GA2356@mag.az.mvista.com> <1161237001.4992.5.camel@localhost> Content-Type: text/plain Date: Thu, 19 Oct 2006 00:58:00 -0500 Message-Id: <1161237481.4992.11.camel@localhost> Mime-Version: 1.0 Cc: linuxppc-dev , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2006-10-19 at 00:50 -0500, Matthew McClintock wrote: > $(obj)/$(CONFIG_SANDPOINT): vmlinux $(wrapperbits) > $(call cmd,wrap_dts,`echo $CONFIG_SANDPOINT | awk > '{print substr($1, 8)}'`) The $(CONFIG_SANDPOINT) bits should ideally be renamed to $(CONFIG_TARGET) or something.... -Matthew