Makefile: Allow generated C source to be anywhere in build directory
authorAnup Patel <apatel@ventanamicro.com>
Fri, 13 May 2022 03:55:50 +0000 (09:25 +0530)
committerAnup Patel <anup@brainfault.org>
Fri, 13 May 2022 03:55:50 +0000 (09:25 +0530)
commitf726f2dc0186964feb17296471233086bcc3d1b2
treec30b84cf3bcdbd71a22e634c7b8aa2bb7cca801c
parent023f0ad2d9c1039c0538620aa26c4680e3bfd9c9
Makefile: Allow generated C source to be anywhere in build directory

The generated C source could be anywhere within build directory so
let us update the make rule to comple generated C source accordingly.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
Makefile